home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / cplusinc / _g_confi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-18  |  1.9 KB  |  70 lines

  1. /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ 
  2. #ifndef _G_config_h
  3. #define _G_config_h
  4. #define _G_LIB_VERSION "0.67"
  5. #define _G_NAMES_HAVE_UNDERSCORE 1
  6. #define _G_VTABLE_LABEL_HAS_LENGTH 1
  7. #define _G_VTABLE_LABEL_PREFIX "__vt$"
  8. #define _G_HAVE_ST_BLKSIZE 1
  9. typedef int /* default */ _G_clock_t;
  10. typedef long _G_dev_t;
  11. typedef long _G_fpos_t;
  12. typedef int /* default */ _G_gid_t;
  13. typedef short _G_ino_t;
  14. typedef int /* default */ _G_mode_t;
  15. typedef int /* default */ _G_nlink_t;
  16. typedef long _G_off_t;
  17. typedef int _G_pid_t;
  18. #ifndef __PTRDIFF_TYPE__
  19. #define __PTRDIFF_TYPE__ long int
  20. #endif
  21. typedef __PTRDIFF_TYPE__ _G_ptrdiff_t;
  22. typedef int _G_sigset_t;
  23. #ifndef __SIZE_TYPE__
  24. #define __SIZE_TYPE__ long unsigned int
  25. #endif
  26. typedef __SIZE_TYPE__ _G_size_t;
  27. typedef unsigned long _G_time_t;
  28. typedef int /* default */ _G_uid_t;
  29. #ifndef __WCHAR_TYPE__
  30. #define __WCHAR_TYPE__ int
  31. #endif
  32. typedef __WCHAR_TYPE__ _G_wchar_t;
  33. typedef int /* default */ _G_ssize_t;
  34. typedef int _G_wint_t;
  35. #define _G_NEED_STDARG_H
  36. #define _G_va_list va_list
  37. #define _G_signal_return_type void
  38. #define _G_sprintf_return_type int
  39. #ifdef __STDC__
  40. typedef signed char _G_int8_t;
  41. #endif
  42. typedef unsigned char _G_uint8_t;
  43. typedef short _G_int16_t;
  44. typedef unsigned short _G_uint16_t;
  45. typedef long _G_int32_t;
  46. typedef unsigned long _G_uint32_t;
  47.  
  48. #define _G_BUFSIZ 4096
  49. #define _G_FOPEN_MAX 256
  50. #define _G_FILENAME_MAX 160
  51. #define _G_NULL 0 /* default */
  52. #if defined (__cplusplus) || defined (__STDC__)
  53. #define _G_ARGS(ARGLIST) ARGLIST
  54. #else
  55. #define _G_ARGS(ARGLIST) ()
  56. #endif
  57. #if defined (__GNUG__) && defined (__STRICT_ANSI__)
  58. #define _G_NO_NRV
  59. #endif
  60. #define _G_HAVE_ATEXIT 1
  61. #define _G_HAVE_SYS_RESOURCE 1
  62. #define _G_HAVE_SYS_SOCKET 0
  63. #define _G_HAVE_SYS_WAIT 1
  64. #define _G_HAVE_UNISTD 1
  65. #define _G_HAVE_DIRENT 1
  66. #define _G_HAVE_CURSES 0
  67. #define _G_MATH_H_INLINES 0
  68. #define _G_HAVE_BOOL 1
  69. #endif /* !_G_config_h */
  70.